RuleMatch

data class RuleMatch(rule: CSSRule, matchingSelectors: List<Int>)

Match data for a CSS rule.

Constructors

RuleMatch
Link copied to clipboard
fun RuleMatch(rule: CSSRule, matchingSelectors: List<Int>)

Properties

matchingSelectors
Link copied to clipboard
val matchingSelectors: List<Int>
Matching selector indices in the rule's selectorList selectors (0-based).
rule
Link copied to clipboard
val rule: CSSRule
CSS rule in the match.

Sources

jvm source
Link copied to clipboard